func github.com/jackc/pgx/v5/pgtype.tsvectorWeightFromBinary

2 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		tsvector.go#L104: func tsvectorWeightFromBinary(b uint16) TSVectorWeight {
		tsvector.go#L241: 					Weight:   tsvectorWeightFromBinary(packed >> 14),